github.com/google/go-cmp/cmp.valuesFilter.opt (field)

4 uses

	github.com/google/go-cmp/cmp (current package)
		options.go#L165: 		vf := &valuesFilter{fnc: v, opt: opt}
		options.go#L178: 	opt Option
		options.go#L186: 		return f.opt.filter(s, t, vx, vy)
		options.go#L192: 	return fmt.Sprintf("FilterValues(%s, %v)", function.NameOf(f.fnc), f.opt)